projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31bcb0d
)
(describe-distribution): Really call view-file.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Jan 2002 01:40:47 +0000
(
01:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Jan 2002 01:40:47 +0000
(
01:40
+0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 4de612ef0863d3ab0f09afe9d312e8bb5ad874c7..8b96b2a0b526cd2aa70a51f702413ef676575fcd 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-262,7
+262,7
@@
If that doesn't give a function, return nil."
(defun describe-distribution ()
"Display info on how to obtain the latest version of GNU Emacs."
(interactive)
- (view-fi
nd
(expand-file-name "DISTRIB" data-directory)))
+ (view-fi
le
(expand-file-name "DISTRIB" data-directory)))
(defun describe-copying ()
"Display info on how you may redistribute copies of GNU Emacs."